home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / Memct00 / memct.exe / mytestu.~df / mytestu.txt
Text File  |  1998-03-17  |  2KB  |  77 lines

  1. object Form1: TForm1
  2.   Left = 141
  3.   Top = 140
  4.   Width = 220
  5.   Height = 239
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object MemCtrl1: TMemCtrl
  15.     Left = 8
  16.     Top = 8
  17.     Width = 102
  18.     Height = 134
  19.     MemShows = [TotalAddrSpace, TotalUncommitted, TotalCommitted, TotalAllocated, TotalFree, FreeSmall, FreeBig, Unused, Overhead, HeapErrorCode]
  20.     Interval = 200
  21.     Polling = True
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     AutoSize = True
  28.   end
  29.   object LED1: TLED
  30.     Left = 172
  31.     Top = 112
  32.     Width = 21
  33.     Color = Green
  34.     ColorExt = none
  35.     StatusExt = False
  36.     Size = lsNormal
  37.     Shine = True
  38.     Blink = False
  39.     BlinkRate = 500
  40.     BlinkExt = False
  41.     CapRight = True
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     LineSpace = 1.000000000000000000
  48.     Invert = False
  49.   end
  50.   object BitBtn1: TBitBtn
  51.     Left = 8
  52.     Top = 148
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'GetMem'
  56.     TabOrder = 0
  57.     OnClick = BitBtn1Click
  58.   end
  59.   object BitBtn2: TBitBtn
  60.     Left = 82
  61.     Top = 148
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'FreeMem'
  65.     TabOrder = 1
  66.     OnClick = BitBtn2Click
  67.   end
  68.   object StopTime1: TStopTime
  69.     Left = 148
  70.     Top = 44
  71.   end
  72.   object CDEvents1: TCDEvents
  73.     Left = 144
  74.     Top = 92
  75.   end
  76. end
  77.